home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 114 / macaddict114.cdr / Software / Utilities / DataRescueII1.0.dmg / Data Rescue II.app / Contents / Resources / English.lproj / DRFindDate.nib / classes.nib next >
Encoding:
Text File  |  2005-10-13  |  1.8 KB  |  54 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {
  5.                 day2PopupAction = id; 
  6.                 dayPopupAction = id; 
  7.                 fromToPopupAction = id; 
  8.                 month2PopupAction = id; 
  9.                 monthPopupAction = id; 
  10.                 relativePopupAction = id; 
  11.                 todayOrDatePopupAction = id; 
  12.                 year2StepperChanged = id; 
  13.                 yearStepperChanged = id; 
  14.             }; 
  15.             CLASS = DRFindDateView; 
  16.             LANGUAGE = ObjC; 
  17.             OUTLETS = {
  18.                 "__panel" = DRFindDateView; 
  19.                 andLabel = NSTextField; 
  20.                 day2Popup = NSPopUpButton; 
  21.                 dayPopup = NSPopUpButton; 
  22.                 fromToPopup = NSPopUpButton; 
  23.                 month2Popup = NSPopUpButton; 
  24.                 monthPopup = NSPopUpButton; 
  25.                 relativePopup = NSPopUpButton; 
  26.                 todayOrDateLabel = NSTextField; 
  27.                 todayOrDatePopup = NSPopUpButton; 
  28.                 year2Field = NSTextField; 
  29.                 year2Stepper = NSStepper; 
  30.                 yearField = NSTextField; 
  31.                 yearStepper = NSStepper; 
  32.             }; 
  33.             SUPERCLASS = DRFindView; 
  34.         }, 
  35.         {
  36.             ACTIONS = {removeCriteriaPanel = id; }; 
  37.             CLASS = DRFindView; 
  38.             LANGUAGE = ObjC; 
  39.             OUTLETS = {
  40.                 addCriteriaButton = NSButton; 
  41.                 dataModel = id; 
  42.                 removeCriteriaButton = NSButton; 
  43.             }; 
  44.             SUPERCLASS = NSView; 
  45.         }, 
  46.         {
  47.             ACTIONS = {findTypeAction = id; minusButtonAction = id; plusButtonAction = id; }; 
  48.             CLASS = FirstResponder; 
  49.             LANGUAGE = ObjC; 
  50.             SUPERCLASS = NSObject; 
  51.         }
  52.     ); 
  53.     IBVersion = 1; 
  54. }